encoding/xml.Decoder.push (method)

3 uses

	encoding/xml (current package)
		xml.go#L398: func (d *Decoder) push(kind int) *stack {
		xml.go#L460: 	s := d.push(stkStart)
		xml.go#L467: 	s := d.push(stkNs)